lcRectGetPolyline Home

Retrieves a rectangle's outline.

 int lcRectGetPolyline (
   HANDLE hRect,
   double* pX,
   double* pY,
   double* pBulge
 );

Parameters
hRect
  Handle to a rectangle object.
pX
  Pointer to an array that will receive X coordinates of polyline points.
pY
  Pointer to an array that will receive Y coordinates of polyline points.
pBulge
  Pointer to an array that will receive bulge values of polyline points.

Return Value

  A number of points in output polyline.

Remarks

  X, Y and Bulge arrays must have 9-items size .